Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPointFList Class / Translate Method / Translate(IList<NPointF>,Single,Single) Method
Lst of points.
x offset
y offset


In This Topic
    Translate(IList<NPointF>,Single,Single) Method
    In This Topic
    Translates all points in the list
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Translate( _
       ByVal points As System.Collections.Generic.IList(Of NPointF), _
       ByVal dx As System.Single, _
       ByVal dy As System.Single _
    ) 
    'Usage
     
    
    Dim points As System.Collections.Generic.IList(Of NPointF)
    Dim dx As System.Single
    Dim dy As System.Single
     
    NPointFList.Translate(points, dx, dy)
    public static void Translate( 
       System.Collections.Generic.IList<NPointF> points,
       System.float dx,
       System.float dy
    )

    Parameters

    points
    Lst of points.
    dx
    x offset
    dy
    y offset
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also